home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / mactool / bombandc.cpt / B&C Encyclopedia / card_2851.txt < prev    next >
Encoding:
Text File  |  1991-03-23  |  1.9 KB  |  68 lines

  1. -- card: 2851 from stack: in
  2. -- bmap block id: 3177
  3. -- flags: 0000
  4. -- background id: 2774
  5. -- name: Logo
  6. ----- HyperTalk script -----
  7. ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞
  8. This script and all scripts contained in
  9. the Bomb and Crash Encyclopedia -- Version 1.0
  10. Copyright ┬⌐ 1991 by MacSpect, Inc.
  11. All Rights Reserved
  12. Commercial Distribution Restricted
  13. ∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞∞
  14.  
  15. on openstack
  16.   set cursor to none
  17.   hide menubar
  18.   hide msg
  19.   if the version < 1.2 then
  20.     answer "HyperCard 1.2 or greater required."
  21.     go home
  22.     exit openstack
  23.   end if
  24.   wait 5 ticks
  25.   play BadLove
  26.   wait 60 ticks
  27.   visual dissolve slow to cd
  28.   push cd TitlePage
  29.   go cd TitlePage
  30.   SetPassword
  31.   global CorrectPassword
  32.   global cpw
  33.   put "Registered" into cpw
  34.   get cd fld "Password" of cd "TitlePage"
  35.   if it Γëá CorrectPassword then
  36.     get cd fld 1 of cd "TitlePage"
  37.     if it is empty then
  38.       set visible of cd fld "NotRegistered" of cd "TitlePage" to not the visible of cd fld "NotRegistered" of cd "TitlePage"
  39.       hide cd fld 1 of cd "TitlePage"
  40.     end if
  41.   end if
  42.   if the version ΓëÑ 2.0 then
  43.     if cantModify of this stack is true then
  44.       HC20
  45.     end if
  46.   end if
  47. end openstack
  48.  
  49.  
  50. -- part 2 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=0 top=0 right=342 bottom=512
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: GoTitlePage
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect dissolve slow
  65.   go cd TitlePage
  66. end mouseUp
  67.  
  68.